home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / txt2ramg.zip / TXT2MSG.DOC next >
Text File  |  1991-11-18  |  1KB  |  30 lines

  1.  
  2.                                     Txt2Msg
  3.                               by Randy Blackmond
  4.  
  5.      Txt2Msg allows you to post any text file (100 lines or less) as a
  6.      message to your RemoteAccess message base... from the DOS commandline! 
  7.  
  8.      The syntax of Txt2Msg is:
  9.  
  10.      TXT2MSG <textfilename> <boardnumber> [P]
  11.  
  12.      So, if you wanted to post the file THISTEXT.MSG to board 5 of your
  13.      message base as a private message, you would type:
  14.  
  15.      TXT2MSG THISTEXT.MSG 5 P
  16.  
  17.      The 'P' at the end of the commandline means make the message private.
  18.      Without the 'P', the message would be posted as public.
  19.  
  20.      The first 3 lines of the text file are where Txt2Msg expects to find
  21.      the From, To and Subject information for the message. Line 1 is who
  22.      the message is from, line 2 is who it is to and line 3 is the subject. 
  23.  
  24.      The only other requirement is that your RA environment variable be
  25.      set. This is how Txt2Msg locates your CONFIG.RA file which is used to
  26.      locate your message base files.
  27.      
  28.      This program is FreeWare! Use it all you want, give copies to whoever
  29.      you want and don't worry about registration!
  30.